home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / lpkid.dxr / 00106.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  409 b   |  21 lines

  1. on mouseDown
  2.   set the visible of sprite 46 to 0
  3.   puppetSound("Tone")
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 46 to 1
  9. end
  10.  
  11. on mouseUp
  12.   repeat with loop = 30 to 34
  13.     set the visible of sprite loop to 1
  14.     set the puppet of sprite loop to 0
  15.   end repeat
  16.   uninitMoveable()
  17.   go(#previous)
  18.   initMoveable()
  19.   puppetSound("Grand Circle Intro")
  20. end
  21.